Remove an outdated comment
authorMatthias Clasen <mclasen@redhat.com>
Sat, 20 Aug 2016 03:24:08 +0000 (23:24 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 20 Aug 2016 03:24:08 +0000 (23:24 -0400)
It described as TODO what the code right below it already does.

gdk/wayland/gdkglcontext-wayland.c

index b43b9b67c222d9a56fe3fe56027dda02abba40ad..7733188ac2d2e6504db88945dbf3e4ccfec27df6 100644 (file)
@@ -235,7 +235,6 @@ gdk_wayland_gl_context_end_frame (GdkGLContext   *context,
   egl_surface = gdk_wayland_window_get_egl_surface (window->impl_window,
                                                     context_wayland->egl_config);
 
-  /* TODO: Use eglSwapBuffersWithDamageEXT if available */
   if (display_wayland->have_egl_swap_buffers_with_damage)
     {
       int i, j, n_rects = cairo_region_num_rectangles (damage);